:root {
  --fa-primary-color: #006599;
  --fa-secondary-color: rgba(255, 255, 255, 1);
  --fa-green-color: #8BC13D;
}

.grid-container {
  max-width: 84rem;
}

.grid-container-2{
max-width:110rem;
margin:0 auto;

}

.breadcrumbs span {
    color: #006599;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.page-banner-text {
    font-size: 18px !important;
}
#sidenav li a:hover, #sidenav>li.current>a, #sidenav>li.current>ul>li.current>a {
  background: #85a030;
  color: #fff;
    border-left: none;
    font-weight: 500;
}

.slider {
    min-height: 700px !important;
}
.slide-wrap {
    min-height: 700px !important;
    height: 700px !important;
    /* border-bottom: 5px solid var(--fa-green-color); */
}
.slide-overlay {
    min-height: 700px !important;
}
.slick-list.draggable {
    height: 700px !important;
}
.slides {
    height: 700px !important;
}
.slide-text-container {
    margin-top: 102px;
    text-align: left;
    max-width: 40rem;
}
.home-quote {
    line-height: 30px;
    color: #535973;
    margin-top: 0px;
    font-size: 18px;
}

.logo {
    max-width: 220px;
}
.header-wrap {
    padding:15px 0;
}
.menu {
    background:transparent;
    margin-top: 26px;
}


ul#nav li:hover>ul {
  display: block;
  padding-top: 15px;
}

ul#nav > li > a:hover {
  color:#FFF;
}
ul#nav > li > a {
    text-transform: uppercase;
    text-decoration: none;
    color: #777777;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 8px 15px;
    display: inline-block;
    font-size: 16px;
    border-radius: 15px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -1px;
}
ul#nav li ul {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    border-radius:15px;
    /*overflow:hidden;*/
}
ul#nav > li > ul > li > a, ul#nav > li > ul > li > ul > li > a, ul#nav > li > ul > li > ul > li > ul > li > a {
    text-decoration: none;
    color: #FFF;
    background: rgb(73, 73, 73);
    padding: 15px 20px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid rgba(0,0,0,0);
}
ul#nav > li > ul > li:hover > a, ul#nav > li > ul > li > ul > li:hover > a, ul#nav > li > ul > li > ul > li > ul > li:hover > a {
    background: #006599;
    border-bottom:2px solid #006599;
    color: #FFF;
}
ul#nav > li:hover > a,
ul#nav > li.current > a{
	background:var(--fa-primary-color);
	color:#fff;
}
.email-alerts-button-header i {
  font-size:14px;
  color:rgba(255,255,255,0.7);
}
.email-alerts-button-header:hover {
  background: #494949;
  color: #fff;
}
.email-alerts-button-header {
    display: inline-block;
    padding: 9px 20px;
    color: #fefefe;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    background: #006599;
    border: 1px solid rgb(245, 128, 32);
    border-radius: 100px;
    margin-top: 39px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    width:100%;
}

.header-wrap {
  position:relative;
}
.slide-text h2 {
}
.slide-text-container h1 {
    font-size: 50px;
    font-weight: bold;
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Montserrat", sans-serif;
}
.slide-text-container a:hover {
  background:#494949;
  color:#fff;
}
.slide-text-container a {
    background: #006599;
    color: #FFF;
    border: 1px solid #006599;
}

.home-quote {
  font-family: 'Open Sans', sans-serif;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
  color: #444;

  font-size: 25px;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 2;
}

a.home-button-link {
    font-size: 14px;
    margin-top: 0;
    background: #ff7316;
    padding: 15px 20px;
    color: #fff;
    border-radius: 30px;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
a.home-button-link:hover {
  background: #494949;
  color: #fff;
}

.orange {
  color:#006599;
}
.home-hero-section-wrap {
  /* background:linear-gradient(#FFFFFF,#fcf0e6); */
  background:#e8e8e8;
}

.footer-wrap {
    min-height: 240px;
    background: #414142;
}
.copyright-footer-wrap {
    border-top: 0px solid #495269;
    padding: 10px 0;
    background: #333333;
    color: #efefef;
    text-shadow: 0px 1px 2px #222;
}
#htoghide:hover {
  color:#006599;
}

.card {
  border: 0px solid #e6e6e6;
}

.rounded-icon {
    font-size: 44px;
    display: block;
    margin: 15px auto;
    color: #CCC;
    border: 5px solid rgba(68, 68, 68, 1);
    background: rgba(68, 68, 68, 0.9);
    border-radius: 100px;
    height: 85px !important;
    width: 85px !important;
    text-align: center;
    padding-top: 18px;
}
.home-box h3 {
  text-align: center;
  width:100%;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color:#8BC13D;
  position: relative;
  z-index: 2;

}


.home-box .card-divider{
position: relative;
}

.home-box .card-divider:after{
  content: "";
  position: absolute;
  background: #8bc23d99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /*mix-blend-mode: color;*/
}



.home-box {
  font-size:14px;
  overflow:hidden;
}
.home-page-news .list-item:nth-child(n+4) {

}
.home-page-news .list-item .list-date {
  color:#CCC;
  font-size:12px;
}
.home-page-news .list-item .list-title a {
  color:#FFF;
  text-decoration: none;
  font-size:14px;
}
.home-page-news .list-item {
  font-size:14px;
  color:#EEE;
}

a.home-box-more:hover {
  background:#73AE33;
}
a.home-box-more {
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 20px;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: #8BC13D;
  border: 1px solid #ffffff;
  width: 129px;
  width: 150px;
  text-align: center;
  margin: 0 auto;

}

.ibt a.home-box-more {

  background: rgba(73, 73, 73, 1);

}


.home-box .card {
  padding-bottom: 20px;
  padding-top: 20px;
  min-height: 415px;
}

.home-shareprice .spdelay {
  color:#CCC;
  margin-top:20px;
  font-size:12px;
}
.home-shareprice {
    color:#FFF;
    text-align: center;
}
.home-shareprice .market-cap {
    color:#FFF;
}
.home-shareprice .price {
  color:#FFF;
  font-family: 'Open Sans', sans-serif;
}
.utilities a {
  color:#999;
  margin-right:10px;
}


.community-sustain-wrap {
  padding: 80px;
  background: #e6e6e7;
  text-align: center;
}
.hiw1,
.hiw2{
    background: rgba(33, 33, 33, 0.77);
    height: 440px;
    width: 100%;
}
.home-email-alerts h3 {
  margin-top:30px;
  color:#FFF;
}
input[type=submit] {
  font-size: 14px;
  margin-top: 15px;
  background: #414142;
  padding: 10px 20px;
  color: #000;
  border-radius: 30px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: var(--fa-green-color);
  border: 1px solid var(--fa-green-color);
  width: 129px;
  width: 150px;
  text-align: center;
  margin: 15px auto;
}
a.com-sus-button {
    font-size: 14px;
    margin-top: 15px;
    background: #414142;
    padding: 15px 20px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: #006599;
    border: 1px solid #006599;
}
.hbb0 .price{
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.hbb0 .price-code{
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.hbb0 .market-cap{
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}
.hbb0 .spdelay{
  color: #fff;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
.entry-content {
  padding-bottom: 100px;
}

hbq

/* main chart */
.irmau-main-chart .quoteapi-chart {
  width: 100%;
  padding: 8px 50px 50px 50px;
  font-size: 10px;
  color: #2e2e2e;
}
.irmau-main-chart .quoteapi-chart-panel {
  height: 200px;
  background: transparent;
  /* background: linear-gradient(0deg, #f2f2f2, #fff); */
}
.irmau-main-chart .quoteapi-chart-panel-plot-area {
  padding: 0;
}
.irmau-main-chart .quoteapi-chart-panel-border {
  stroke: #858688;
  stroke-opacity: 0.5;
}
.irmau-main-chart .quoteapi-chart-price {
  stroke: var(--fa-green-color);
  stroke-width: 2px;
}
.irmau-main-chart .quoteapi-chart-price-fill {
  fill: var(--fa-green-color);
  fill-opacity: 0.5;
}
.irmau-main-chart .quoteapi-chart-volume {
  stroke: #496396;
  stroke-opacity: 0.4;
}
.irmau-main-chart .quoteapi-chart-announcement-marker {
  fill: #496396;
}
.irmau-main-chart .quoteapi-chart-price-sensitive-announcement-marker {
  fill: #496396;
}
.irmau-nav-chart .quoteapi-chart-panel {
  height: 90px;
}
.irmau-nav-chart .quoteapi-chart-price {
  stroke-width: 1.5px;
}
.irmau-nav-chart .quoteapi-nav-chart-outside-range {
  fill: #496396;
  fill-opacity: 0.666;
}
.irmau-nav-chart .quoteapi-nav-chart-gadget {
  stroke: #9b9c9d;
}

.footer-subscribe .fa-envelope {

  width: 40px;

  height: 40px;
  font-size: 23px;
}




/*+++++++  Investor Welocome  ++++++++*/
.inv-top {
  /* background: #8cba37 url(/irm/content/images/circles.png) center; */
  background: var(--fa-primary-color);
  /* height: 200px; */
  /* background-size: 150%; */
  /* padding-right: 20px; */
  position: relative;
  overflow: hidden;
  display: block;
  padding:20px;
}

.inv-top p{
	font-size: 20px;
	color: #fff;
	padding: 20px 40px 20px 52px;
  position: relative;
  margin-bottom:0;
}
.inv-top p:before{
	 position:absolute;
        font-family: FontAwesome;
        top:0;
        left:5px;
        content: "\f10d";
        font-size: 28px;
}
.inv-top p:after{
	 position:absolute;
        font-family: FontAwesome;
        bottom:0;
        right:5px;
        content: "\f10e";
        font-size: 28px;
}


.page_378 .entry-content > .grid-x{
  margin-bottom:40px;
}


.social-footer a.social-link-footer {
  font-size: 20px;
  margin-right: 15px;
}


.invshareprice {
  text-align: center;
  /* background: #f9f9f9; */
  padding:20px;
}


.invshareprice .price{

font-size: 46px;
margin-top: 17px;
font-family: 'Open Sans', sans-serif;
font-weight:bold;

}



.irmau-small-chart .quoteapi-chart {
  width: 100%;
  height: 100px;
  padding: 7px 13px 13px 32px;
  font-size: 11px;
  color: #FFF;
  margin: 0 auto;
}

.invshareprice .irmau-small-chart{

  margin-top:40px;
}


.invshareprice .irmau-small-chart .quoteapi-chart {
  width: 250px;
  height: 100px;
  padding: 7px 13px 13px 32px;
  font-size: 11px;
  color: #4f4f4f;
  margin: 0 auto;
}


.inv-page-news {
  padding-bottom: 20px;
  display: block;
  min-height: 274px;
}


.ibbg{
	width:100%;
	height:80px;
	background: #efefef;

	background-size: 300% !important;
}
.ibbg1{
	background: url(/site/showcustomizationfile.aspx?CustomizationId=27) no-repeat left center;
}
.ibbg2{
	background: url(/site/showcustomizationfile.aspx?CustomizationId=27) no-repeat center center;
}
.ibbg3{
	background: url(/site/showcustomizationfile.aspx?CustomizationId=27) no-repeat right center;
}


.ibb h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.cell.ibb {
  border: 1px solid #ccc;
  cursor:pointer;
}



/*-----  Archive Styling ------*/
#ctl00_contentPlaceHolderBody_archiveFilterB {
  border-bottom:3px solid #f58220;;
  margin-bottom:25px;
}
#ctl00_contentPlaceHolderBody_archiveFilterB a {
  display:inline-block;
  width:50px;
  padding:5px;
  text-align:center;
  color:#f58220;
}
#ctl00_contentPlaceHolderBody_archiveFilterB a:hover,.currentyear {
  background:#f58220;
  color:#FFF;
}
a.currentyear {
  color: #FFF !important;
}


.archiveFilterB {
  background: transparent;
  padding: 0px;
  margin-bottom: 30px;
  border-bottom: 5px solid var(--fa-primary-color);
}
.archiveFilterB a {

  position: relative;
  display: inline-block;
  width: 50px;
  padding: 5px;
  text-align: center;
  border-radius: 3px 3px 0px 0px;
color:#444;
}


.archiveFilterB a.currentyear {

background: var(--fa-primary-color);

color:#fff;
}



.grid-x.row.bio-box {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.bio-box .bio-name{
  font-size:1.5rem;


}


.bio-box h4.bio-title {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
}

.bio-box  .bio-descriptions h3 {
  font-size: 1.2rem;
}

a.com-sus-button:hover {
  background:#494949;
  color:#fff;
}

input[type=submit]:hover {
  background:#494949;
  color:#fff;
}

#sidenav > li > ul > li > a:hover {
  border-left: none;
}
#sidenav > li > ul > li > a {
  border-left:none;
}
.sidenav ul li a:hover {
  border-left: 4px solid #006599;
  border-bottom: 1px solid #006599;
}
.sidenav ul li a {
  border-left: none;
  border-bottom: 1px solid #CECECE;
}
#sidenav>li.current>ul>li.current>a {
  border-left: none
}

.center-more {
  text-align: center;
}
.inv-top {
  margin-bottom:30px;
}
.share-inv-top {
  margin-bottom:10px;
}
.share-inv-top .quoteapi-price {
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
}
.share-sec-1 {
  min-height:120px;
  background:#4c4c4c;
  padding:30px 10px 10px 10px;
}
.share-sec-2 {
  min-height:120px;
  padding:35px 10px 10px 10px;
  background:#969696;
  color:#FFF;
  text-align: center;
}
.share-sec-3 {
  min-height:120px;
  background:#006599;
  padding:10px 0 0 10px;
}
.footer-box h3 {
    font-size: 24px;
    color: var(--fa-green-color);
}

.footer-box a:hover {
  color: #006599;
}
.footer-box {
  font-size: 15px;
}

.footer-wrap {
    min-height: 240px;
    background: #414142;
    /* border-top: 5px solid var(--fa-green-color); */
}
#load-news a:hover,
#load-presentations a:hover
{
  color: #006599;
}

a.home-proj-button:hover {
  background: #006599;
}
a.home-proj-button {
  width:100%;
  text-transform: none;
  padding:10px 10px;
  margin-bottom: 17px;
  min-height:54px;
  display: flex;
	align-items: center;
  justify-content: center;
  background: rgba(73, 73, 73, 0.06);
  border: 1px solid #ffffff;
}


.tab-button {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 10px;
}
.page_374 .tab-button{
  font-size: 20px;
}
.proj-button-offset {
  /*position:absolute;
  padding-right:20px;*/
  bottom:-20px;
}
.position-relative {
  position:relative;
}
.smaller-icon {
  font-size:12px;
}
.ibb .ibbg {
  background:#006599;
    color: #fff;
}
.ibb {
    border:1px solid #006599;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #006599;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .85;
    color: #8BC13D;
}

.slide-text-container a {
    background: #494949;
    color: #FFF;
    border: 1px solid #494949;
}
.slide-text-container a:hover {
    background: #006599;
    color: #fff;
    border: 1px solid #006599;
}

.entry-content h1 {
    margin-bottom: 20px;
}

.orange-table td {
  border-bottom:1px solid #000;
  border-right:1px solid #000;
  padding:0 0 0 4px !important;
}
.orange-table {
  font-size:14px;
  border-top:1px solid #000;
  border-left:1px solid #000;
}
.orange-table tr:nth-child(1) td {
    background:#006599;
    color:#FFF;
}


.home-box .card
{
border: 1px solid #ffffff;

}
.home-box:hover .card {
  border: 1px solid #8BC13D;

}


.grid-x.row.bio-box{
  border-bottom:1px solid #006599;
  padding-bottom:20px;
  cursor: pointer;
}
.bio-descriptions{
  display:none;
}

.bio-details .bio-qualifications{

  font-style: italic;
}

.bio-box .bio-details{
  position:relative;
  padding-right:30px;
}
.bio-box .bio-details:after{

 content:"\f055";
 font-family: "font awesome 5 pro";
 position:absolute;
 right:0;
 top:50%;
 font-size:20px;
 color:#006599;
 transform:translate(0,-50%);

}

.bio-box .bio-descriptions{
  margin-top:30px;
}

.bio-box.open .bio-details:after{
  content:'\f056';
}
.proj-button-offset a {
    text-transform: uppercase;
}


#corp-accordion h3 {
  position: relative;
  padding-right: 30px;
  padding:20px 0px;
  border-bottom:1px solid #006599;
  margin:0;
  cursor:pointer;
}

#corp-accordion h3.open{
  border-bottom:1px solid #f9f9f9;
}

#corp-accordion h3:after{

  content:"\f055";
  font-family: "font awesome 5 pro";
  position:absolute;
  right:0;
  top:50%;
  font-size:20px;
  color:#006599;
  transform:translate(0,-50%);

 }

 #corp-accordion .accordion-body{
   display:none;
   padding-top:10px;
   padding-bottom:10px;
   border-bottom:1px solid #006599;
 }


 #corp-accordion h3.open:after{

  content:'\f056';

 }



 .yellow-box-wrap{
   position:relative;
 }

 .yellow-box{
   position:absolute;
  width: 270px;
  background: #8BC13D;
  height: 100%;
  top: 0;
  mix-blend-mode: multiply;
  z-index: 1;

 }

 /*
 .slide-text-container h2{
   position: relative;
   display:inline-block;
   padding: 3px 20px;
   margin-top: -11px;
 }
 .slide-text-container h2:after {
   content:'';
   position: absolute;
  background: #8BC13D;
  height: 100%;
  width:100%;
  top:0;
  left:0;
  mix-blend-mode: soft-light;
  z-index: -1

}

*/

.page-banner-title{
  position: relative;
}

.page-banner-title:after{
  content:'';
  position: absolute;
  bottom:0;
  left:50%;
  width:50px;
  height: 5px;
  transform: translateX(-50%);
  background:var(--fa-green-color);
}

img.bio-image {
	border-radius: 50%;
    background: #e7e7e7;
}


  /*=====  Child Gallery Page  ===========*/
  .gallery-item{
    display: inline;
  float: left;
  width: 22.96334012%;
  margin: 0 1.01832994%;
  padding-bottom: 10px;
    width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 0 10px;}

  .gallery-item a{
    position: relative;
  padding: 5%;
  border: #AEAEAE solid 1px;
  background: #efefef;
  color: #404040;
  text-align: center;
  display: block;
  text-decoration: none !important;
  }

   .gallery-item a:hover{
    border: #AEAEAE solid 1px;
  background: #DADADA;
  color: #404040;
  text-decoration: none !important;
  }

  .gallery-item a img{
    max-height:96px;
    height: 100%;
  }

.gallery-item {
	min-height:200px;
}
.gallery-caption {
	font-size:12px;
	line-height:1.1;
	margin-top:5px;
}
.gallery-item a {
    border: #7cb4d2 solid 1px;
    background: rgba(0, 101, 153, 0.12);
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0, 101, 153, 0.21);
}


.banner {

  /* border-bottom: 5px solid var(--fa-green-color); */
  margin-bottom: 30px;
}

.hvrbox{
position: relative;
display: block;
overflow: hidden;
max-width: 100%;
height: 200px;
cursor: pointer;
}


.hvrbox.box1{

    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(/site/media/77/boxes-bg.png) center no-repeat;
background-size:cover;
}

.hvrbox.box2{

  background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(/site/categoryproperty/614/banner5.jpg) center no-repeat;
background-size:cover;
}



.hvrbox .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}


.hvrbox .hvrbox-layer_slideup {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}


.hvrbox .hvrbox-text {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hvrbox:hover .hvrbox-layer_slideup, .hvrbox.active .hvrbox-layer_slideup {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hvrbox:hover .hvrbox-layer_top, .hvrbox.active .hvrbox-layer_top {
  opacity: 1;
}


.hvrbox h2 {
  color: #fff;
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s ease all;
  text-align: center;
}

.hvrbox:hover h2{
  opacity: 0;
}
.ibbg.ibbg1 {
    background: linear-gradient( rgb(0 101 153 / 20%), rgb(0 101 153 / 20%) ),url(/site/media/24/bn1.jpg);
    background-repeat: no-repeat;
    padding: 50px 0px;
    min-height: 200px;
    background-position: 0px 0%;
}
.ibbg.ibbg2 {
    background: linear-gradient( rgb(0 101 153 / 20%), rgb(0 101 153 / 20%) ),url(/site/media/24/bn1.jpg);
    background-repeat: no-repeat;
    padding: 50px 0px;
    min-height: 200px;
    background-position: 55% 0%;
}
.ibbg.ibbg3 {
    background: linear-gradient( rgb(0 101 153 / 20%), rgb(0 101 153 / 20%) ),url(/site/media/24/bn1.jpg);
    background-repeat: no-repeat;
    padding: 50px 0px;
    min-height: 200px;
    background-position: 100% 0%;
}
.slick-prev:before, .slick-next:before {
    font-size: 50px;
}
.slick-next {
    right: 30px;
}
.slick-prev {
    left: 0;
    z-index: 999;
}

.iv-box-list li{
  color:#fff;
  font-size: 13px;
}

.home-learn-more a:hover {
    box-shadow: 0px 5px 15px #2c3c17;
    opacity:0.9;
}
.home-learn-more a {
    display: inline-block;
    padding: 10px 80px;
    color: #FFF;
    border-radius: 5px;
    background: #8BC13D;
    font-weight: bold;
    box-shadow: 0px 2px 5px #2c3c17;
    text-shadow: 0px 1px 2px #587928;
}
.home-learn-more {
  text-align: center;
}

.iron-prod-img {
  margin-top:33px;
}
.page_564 .entry-content img {
    zoom: 1.1;
    position: relative;
    left: -13px;
}
.page_564 img {
    max-width: none;
}

.home-quote {
    font-family: 'Open Sans', sans-serif;
    font-family: "Montserrat", sans-serif;
    line-height: 1.8;
    color: #444;
    font-size: 23px;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2;
}
.zoom-map {
	transition: all 0.3s;
  display: block;
}
.zoom-map:hover {
  transition: all 0.3s;
	transform: scale(1.1);
  filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.7));
}
.page_556 .entry-content img:hover,
.page_566 .entry-content img:hover,
.page_629 .entry-content img:hover,
.page_568 .entry-content img:hover,
.page_644 .entry-content img:hover,
.page_569 .entry-content img:hover,
.page_570 .entry-content img:hover {
  transition: all 0.3s;
	transform: scale(1.1);
  filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.7));
}
.page_556 .entry-content img,
.page_566 .entry-content img,
.page_629 .entry-content img,
.page_568 .entry-content img,
.page_644 .entry-content img,
.page_569 .entry-content img,
.page_570 .entry-content img {
  transition: all 0.3s;
  display: block;
}

.ibbg {
	transition: all 0.3s;
}
.ibbg:hover {
  transition: all 0.3s;
	transform: scale(1.2);
  filter: drop-shadow(0px 2px 15px rgba(0,0,0,0.7));
}
.footer-box a:hover {
  color: var(--fa-green-color);
}
.why-text p {
  font-size:14px;
}
.why-text {
  padding-right:10px;
}

.home-green-banner {
    padding: 0;
    background: var(--fa-green-color);
    background-color: #000000;
    border-bottom: 5px solid var(--fa-green-color);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1240' height='1240' viewBox='0 0 800 800'%3E%3Cg fill='none' %3E%3Cg stroke='%23006697' stroke-width='17'%3E%3Cline x1='-8' y1='-8' x2='808' y2='808'/%3E%3Cline x1='-8' y1='792' x2='808' y2='1608'/%3E%3Cline x1='-8' y1='-808' x2='808' y2='8'/%3E%3C/g%3E%3Cg stroke='%23085f8d' stroke-width='16'%3E%3Cline x1='-8' y1='767' x2='808' y2='1583'/%3E%3Cline x1='-8' y1='17' x2='808' y2='833'/%3E%3Cline x1='-8' y1='-33' x2='808' y2='783'/%3E%3Cline x1='-8' y1='-783' x2='808' y2='33'/%3E%3C/g%3E%3Cg stroke='%230d5983' stroke-width='15'%3E%3Cline x1='-8' y1='742' x2='808' y2='1558'/%3E%3Cline x1='-8' y1='42' x2='808' y2='858'/%3E%3Cline x1='-8' y1='-58' x2='808' y2='758'/%3E%3Cline x1='-8' y1='-758' x2='808' y2='58'/%3E%3C/g%3E%3Cg stroke='%23115279' stroke-width='14'%3E%3Cline x1='-8' y1='67' x2='808' y2='883'/%3E%3Cline x1='-8' y1='717' x2='808' y2='1533'/%3E%3Cline x1='-8' y1='-733' x2='808' y2='83'/%3E%3Cline x1='-8' y1='-83' x2='808' y2='733'/%3E%3C/g%3E%3Cg stroke='%23134c6f' stroke-width='13'%3E%3Cline x1='-8' y1='92' x2='808' y2='908'/%3E%3Cline x1='-8' y1='692' x2='808' y2='1508'/%3E%3Cline x1='-8' y1='-108' x2='808' y2='708'/%3E%3Cline x1='-8' y1='-708' x2='808' y2='108'/%3E%3C/g%3E%3Cg stroke='%23154665' stroke-width='12'%3E%3Cline x1='-8' y1='667' x2='808' y2='1483'/%3E%3Cline x1='-8' y1='117' x2='808' y2='933'/%3E%3Cline x1='-8' y1='-133' x2='808' y2='683'/%3E%3Cline x1='-8' y1='-683' x2='808' y2='133'/%3E%3C/g%3E%3Cg stroke='%2316405c' stroke-width='11'%3E%3Cline x1='-8' y1='642' x2='808' y2='1458'/%3E%3Cline x1='-8' y1='142' x2='808' y2='958'/%3E%3Cline x1='-8' y1='-158' x2='808' y2='658'/%3E%3Cline x1='-8' y1='-658' x2='808' y2='158'/%3E%3C/g%3E%3Cg stroke='%23163a53' stroke-width='10'%3E%3Cline x1='-8' y1='167' x2='808' y2='983'/%3E%3Cline x1='-8' y1='617' x2='808' y2='1433'/%3E%3Cline x1='-8' y1='-633' x2='808' y2='183'/%3E%3Cline x1='-8' y1='-183' x2='808' y2='633'/%3E%3C/g%3E%3Cg stroke='%2316344a' stroke-width='9'%3E%3Cline x1='-8' y1='592' x2='808' y2='1408'/%3E%3Cline x1='-8' y1='192' x2='808' y2='1008'/%3E%3Cline x1='-8' y1='-608' x2='808' y2='208'/%3E%3Cline x1='-8' y1='-208' x2='808' y2='608'/%3E%3C/g%3E%3Cg stroke='%23152e41' stroke-width='8'%3E%3Cline x1='-8' y1='567' x2='808' y2='1383'/%3E%3Cline x1='-8' y1='217' x2='808' y2='1033'/%3E%3Cline x1='-8' y1='-233' x2='808' y2='583'/%3E%3Cline x1='-8' y1='-583' x2='808' y2='233'/%3E%3C/g%3E%3Cg stroke='%23142838' stroke-width='7'%3E%3Cline x1='-8' y1='242' x2='808' y2='1058'/%3E%3Cline x1='-8' y1='542' x2='808' y2='1358'/%3E%3Cline x1='-8' y1='-558' x2='808' y2='258'/%3E%3Cline x1='-8' y1='-258' x2='808' y2='558'/%3E%3C/g%3E%3Cg stroke='%2313232f' stroke-width='6'%3E%3Cline x1='-8' y1='267' x2='808' y2='1083'/%3E%3Cline x1='-8' y1='517' x2='808' y2='1333'/%3E%3Cline x1='-8' y1='-533' x2='808' y2='283'/%3E%3Cline x1='-8' y1='-283' x2='808' y2='533'/%3E%3C/g%3E%3Cg stroke='%23121d27' stroke-width='5'%3E%3Cline x1='-8' y1='292' x2='808' y2='1108'/%3E%3Cline x1='-8' y1='492' x2='808' y2='1308'/%3E%3Cline x1='-8' y1='-308' x2='808' y2='508'/%3E%3Cline x1='-8' y1='-508' x2='808' y2='308'/%3E%3C/g%3E%3Cg stroke='%2310181f' stroke-width='4'%3E%3Cline x1='-8' y1='467' x2='808' y2='1283'/%3E%3Cline x1='-8' y1='317' x2='808' y2='1133'/%3E%3Cline x1='-8' y1='-333' x2='808' y2='483'/%3E%3Cline x1='-8' y1='-483' x2='808' y2='333'/%3E%3C/g%3E%3Cg stroke='%230c1217' stroke-width='3'%3E%3Cline x1='-8' y1='342' x2='808' y2='1158'/%3E%3Cline x1='-8' y1='442' x2='808' y2='1258'/%3E%3Cline x1='-8' y1='-458' x2='808' y2='358'/%3E%3Cline x1='-8' y1='-358' x2='808' y2='458'/%3E%3C/g%3E%3Cg stroke='%23060a0e' stroke-width='2'%3E%3Cline x1='-8' y1='367' x2='808' y2='1183'/%3E%3Cline x1='-8' y1='417' x2='808' y2='1233'/%3E%3Cline x1='-8' y1='-433' x2='808' y2='383'/%3E%3Cline x1='-8' y1='-383' x2='808' y2='433'/%3E%3C/g%3E%3Cg stroke='%23000000' stroke-width='1'%3E%3Cline x1='-8' y1='392' x2='808' y2='1208'/%3E%3Cline x1='-8' y1='-408' x2='808' y2='408'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hg-text {
    font-size: 28px;
    color: #FFF;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
    font-weight: bold;
    line-height: 38px;
    margin-top: 0px;
    text-align: center;
}
a.yellow-button:hover,
a.yellow-button:focus,
a.yellow-button:active
{
  background:#8bc13d!important;
}
a.yellow-button {
    display: block;
    padding: 10px 0px;
    color: #FFF;
    border-radius: 5px;
    background: #F7AC08;
    font-weight: bold;
    box-shadow: 0px 2px 5px #2c3c17;
    text-shadow: 0px 1px 2px #587928;
    margin: 10px 0;
    font-size: 20px;
}

.cycle-shadow {
	-webkit-animation:img-cycle 3s infinite;
	animation:img-cycle 3s infinite;
}
.hg-text.cycle-shadow {
    width: 100%;
    margin: auto;
    padding: 20px 0px;
    display:flex;
}
@keyframes img-cycle {
	0% {
		filter:drop-shadow(0 0 5px #000);
		-webkit-filter:drop-shadow(0 0 5px #000)
	}
	33% {
		filter:drop-shadow(0 0 5px #ffff33);
		-webkit-filter:drop-shadow(0 0 5px #ffff33)
	}
	66% {
		filter:drop-shadow(0 0 5px #000);
		-webkit-filter:drop-shadow(0 0 5px #000)
	}
	100% {
		filter:drop-shadow(0 0 5px #ff66d9);
		-webkit-filter:drop-shadow(0 0 5px #ff66d9)
	}
}
@-webkit-keyframes img-cycle {
	0% {
		filter:drop-shadow(0 0 5px #000);
		-webkit-filter:drop-shadow(0 0 5px #000)
	}
	33% {
		filter:drop-shadow(0 0 5px #ffff33);
		-webkit-filter:drop-shadow(0 0 5px #ffff33)
	}
	66% {
		filter:drop-shadow(0 0 5px #000);
		-webkit-filter:drop-shadow(0 0 5px #000)
	}
	100% {
		filter:drop-shadow(0 0 5px #ff66d9);
		-webkit-filter:drop-shadow(0 0 5px #ff66d9)
	}
}


.hg-text.cycle-shadow .list-item:nth-child(n+3){
  display:none;
}

.hg-text.cycle-shadow .list-item{
  border:none;
  padding: 0 10px;
    width: 100%;
    text-align: center;
}


.hg-text.cycle-shadow .list-item .list-date{
  display:none;
}

.hg-text.cycle-shadow .list-item .list-title a{
font-size: 28px;
    color: #FFF;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
    font-weight: bold;
    line-height: 38px;
    margin-top: 0px;
    text-align: center;
    -webkit-line-clamp: 3;
}


.hg-text.cycle-shadow .list-item .list-title a:before{
  font-family: "Font Awesome 5 Pro";  content: "\f105";
  margin-right:10px;
}
.home-box h1 {
    text-align: center;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: bold;
}
.slide-zero .slide-overlay {
    position: absolute;
    width: 100%;
}
.video-wrap {
    overflow: hidden;
    height: 700px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #000;
}
.video-wrap video {
    width: 100% !important;
    height: auto !important;
    margin-top: -130px;
}
.yt-link a {
    color: #fff;
}
.yt-link {
    position: absolute;
    top: 5%;
    right: 2%;
}
.social-header {
    float: right;
    margin-top: 20px;
}
.social-header a {
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    /* color: #FFF; */
    /* background: #85A030; */
    font-size: 20px;
    padding: 5px;
    transition: all 0.5s ease;
}
.email {
  color: #85A030;
}
.youtube {
  color: #ff0000;
}
.linkedin {
  color: #0077b5;
}
.social-header a:hover {
    background: #FFF;
    color: var(--fa-primary-color);
}
.invs-welcome #price {
    color: #c3913c;
    font-size: 49px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top:auto!important;
}
.invtopboxes.share-price{
    background: linear-gradient(rgb(0 101 153),rgb(0 101 153 / 30%) ) top no-repeat;;
    background-size: cover;
    padding: 30px;
}

.invtopboxes.share-price .text-right #price {
    text-align: center;
	color:#fff;
}

.invtopboxes.share-price #market-cap {
    color: #fff;
}

.invtopboxes.share-price .market-status, .invtopboxes.share-price .home-shareprice .spdelay, .invtopboxes.share-price .tradeTimeStamp {
    color: #fff !important;
}

.invtopboxes.share-price .quoteapi-chart.quoteapi-chart-yaxis-labels-left.quoteapi-chart-yaxis-labels-outside.quoteapi-chart-yaxis-labels-centered-with-tick.quoteapi-chart-xaxis-labels-bottom.quoteapi-chart-xaxis-labels-outside.quoteapi-historical-chart {
    color: #fff;
}

.invtopboxes.share-price .irmau-small-chart .quoteapi-chart{
    padding: 20px;
    width: 100%;
    height: 100px;
}

.invs-welcome #market-cap {
    color: #b1b1b1;
    text-align: center;
    margin-bottom: 0px;
}
.invs-welcome .market-status {
    text-align: center;
    font-size: 14px;
}
.invs-welcome .spdelay {
    text-align: center!important;
    color: #fff;
}
.invs-welcome .invtopboxes.share-price .tradeTimeStamp {
    display:none;
}
.invs-welcome .share-price h2 {
    color: #fff;
}
.invs-welcome .list-brief p {
    margin-bottom: 0;
}
.invs-welcome .head-news {
    padding: 30px 25px 70px;
    min-height: 537px !important;
    border-radius: 3px;
    background: #efefef;
}
.invs-welcome a.inv-more {
    text-align: center;
    width: 150px;
    /* left: 50%; */
    /* margin-left: -65px!important; */
    background-color: var(--fa-primary-color);
    display: block;
    transition: all 0.3s ease;
    bottom: 20px;
    margin: 0 auto;
    padding: 10px;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
}
.invs-welcome .list-item:hover {
    border-bottom: 2px solid #e2e2e2;
}
.head-news, .share-price {
    padding-bottom: 50px;
    position: relative;
    min-height: 465px;
}
.secndrow .invsbox {
    padding: 25px;
    color: #fff;
    background: linear-gradient(rgb(0 101 153),rgb(0 101 153 / 30%) );
    min-height: 297px;
    transition: all 0.3s ease;
    position: relative;
}
.secndrow .invsbox:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(112,112,112,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(112,112,112,1);
  box-shadow: 0px 0px 10px 0px rgba(112,112,112,1);
}
.invsbox h3 {
  font-size: 16px;
  color: #fff;
}

.invsbox p{
	color:#fff;
}
.irmau-small-chart .quoteapi-chart-panel {
    height: 100px;
    background: transparent;
}
.irmau-small-chart .quoteapi-chart-panel-border {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-gridline {
    stroke: rgba(255,255,255,0.3);
}
.irmau-small-chart .quoteapi-chart-minor-gridline {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-tick {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-price {
    stroke:#73AE33;
    stroke-width: 2px;
}
.irmau-small-chart .quoteapi-chart-price-fill {
    /* fill: var(--fa-primary-color); */
    fill-opacity: 0.8;
}
.invsbox h3 {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
a.inv-button {
    background-color: var(--fa-primary-color);;
    display: block;
    transition: all 0.3s ease;
    color: #fff;
    width: 150px;
    text-align: center;
    padding: 10px;
    text-transform: capitalize;
    font-weight: bold;
    position: absolute;
    bottom: 25px;
    border-radius: 3px;
}
.invsbox p {
    color: #fff;
    min-height: 100px;
}
div#load-news .list-item a {
    color: rgb(0 101 153);
}
div#load-news .list-item {
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: 2px solid #00466a;
}

div#load-news .list-item:hover {
    border-bottom: 2px solid rgb(0 101 153 / 30%);
}

div#load-news .list-date {
    font-size: 14px;
    color: #00466a;
}

#timeline-wrap{
	max-width:1200px;
	margin:0 auto 40px;
 	background: url(/site/content/images/sunrise-bg.jpg)  no-repeat;
	background-size: cover;
}



/*timeline project box*/
#timeline .hpb1 {
	background: url(/site/content/images/timebox1.jpg) no-repeat;
}
#timeline .hpb2 {
	background: url(/site/content/images/timebox2.jpg) no-repeat;
}
#timeline .hpb3 {
	background: url(/site/content/images/timebox3.jpg) no-repeat;
}
#timeline .hpb4 {
	background: url(/site/content/images/timebox4.jpg) no-repeat;
}

@media(max-width:700px) {
	#timeline .page .row .columns {
	    max-width: 95%;
	}
}

@media(max-width:590px) {
	#timeline .page .row {
	    margin-top: 240px;
	}
}

@media(max-width:405px) {
	#timeline .page .row {
	    margin-top: 300px;
	}
}

@media(max-width:330px) {
	#timeline .page .row {
	    margin-top: 360px;
	}
}


#timeline .slide-page h2 {
	color: #FFF;
    font-size: 34px;
    /* background: linear-gradient(45deg, rgba(188, 88, 47,1), rgba(188, 88, 47,0.1) ); */
    background: linear-gradient(45deg, rgba(0,0,0,0.9), rgba(0, 0, 0,0) );
    padding: 10px 20px;
    border-radius: 100px;
    text-align: left;
    max-width: 1200px;
    margin: 30px auto 100px auto;
}
#timeline .slide-page {
	height: 766px;
    padding: 50px;
    background-size: cover!important;
    padding-top: 0px;
    overflow: auto;
}

.slide-timeline-cell h3 {
	color:#FFF;
	border-bottom:1px solid #999;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size: 24px;
}
.slide-timeline-cell {
	padding: 20px;
    border-radius: 10px;
    background: rgba(0,0,0,0.6);
	color: #EEE;

}

.timeline-cell-text{
	height: 230px;
	overflow: auto;
	padding-right:15px;
}


.timeline-cell-text::-webkit-scrollbar {
	width: 10px;


  }

  /* Track */
  .timeline-cell-text::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 5px;
  }

  /* Handle */
  .timeline-cell-text::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;

  }




/* Timeline */


/* TIMELINE*/


#timeline .page{
	background-color:#fff;
	position:relative;
	padding:10px 10px 100px 10px;
  }

  #timeline .page ul {
	list-style:none;
  }

  #timeline .page li{
	width:25%;
	float:left;
  }


  #timeline .slick-dots {
	position: absolute;
    left: 0px;
    top: 129px;
		display: block;
		width: 100%;
		padding: 0;
		list-style: none;
		text-align: center;
		margin: 0px;
		color: #000;
		z-index: 11;
		bottom: auto;


  }

  @media(max-width:1080px) {
	  #timeline .slick-dots {
		  display:none !important;
	  }
  }

  #timeline .slick-dots li {
	  display: inline-block;
	  width: auto;
	  height: auto;
	  margin-bottom: 0;
	  padding: 10px 8px 6px 8px;
	  margin: 0;
	  border-bottom:3px solid #F000;
	  border-top: 5px solid #ffffffdb;
		 background: rgba(0,0,0,0.6);
  }


  #timeline .slick-dots li:hover, #timeline .slick-dots li.slick-active:hover {
	  background:var(--fa-primary-color);
	  color:#fff;
  }

  #timeline .slick-dots li:hover {
	  border-bottom:3px solid var(--fa-primary-color);
  }
  #timeline .slick-dots li:hover a {
	  color:#fff!important;
  }


  #timeline .slick-dots li a {
	  color:#fff;
  }


  #timeline .slick-dots li.slick-active {
	  border-bottom:3px solid var(--fa-primary-color);
     background: rgba(255,255,255,0.6);
  }
  #timeline .slick-dots li.slick-active a {
	  color:var(--fa-primary-color);
	  font-weight: bold;
  }

  #timeline .page h2 {
	  position:absolute;
	  top:20px;
	  left:18px;
	  font-size:40px;
	  color:#fff;
  }


  #timeline .page .row .columns {
	  background: #fff;
	  background: rgba(255, 255, 255, 0.8);
	  max-width: 22%;
	  overflow: hidden;
	  padding: 0px;
	  margin: 5px 10px;

	  font-size: 13px;
	  float: left;

	  transition: 0.5s;
	  -moz-transition: 0.5s;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
  }


  #timeline .page .row .columns p {
	  padding:5px 10px;
  }
  #timeline .page .row .columns h3 {
	  font-size: 20px;
	  padding: 10px 15px;
	  color:#FFF;
	  position:relative;
	  background:#394291;
	  font-weight:normal;
  }


  #timeline .page .row{
	  margin:0px;
  }

  #timeline .page {
	  background:  none;
  }


  #timeline .slick-dots li a:before{
	font-family: 'Font Awesome 5 Pro';
    content: "\f111";
	  color:#fff;
	  font-size:19px;
	  position: absolute;
	  left: 37%;
	  top: -38%;
	  font-weight: 900;
  }

  #timeline .slick-dots li a:after{
	font-family:'Font Awesome 5 Pro';
	content: "\f111";
	color:#ccc;
	font-size:14px;
	position: absolute;
	left: 41.8%;
	top: -27%;
	font-weight:900;
}

  #timeline .slick-dots li.slick-active a:after{
	  font-family:'Font Awesome 5 Pro';
	  content: "\f111";
	  color:var(--fa-primary-color);
	  font-size:14px;
	  position: absolute;
	  left: 41.8%;
	  top: -27%;
  }

  .timeline-cell-text p {
    color: #fff;
}


  #timeline .page .row {
	  margin-top: 180px;
  }

 #timeline .slick-list.draggable {
    height: 774px !important;
}
.home-shareprice .irmau-small-chart {
    float: right;
}
.lower-box-top-image {
    height:200px;
    width:100%;
}
.lower-box-top-image-1 {
    background-size:cover;
}
.lower-box,
.lower-box a
{
    color:#FFF;
}
.lower-box-title {
    margin:50px 0 0 30px;
    color:#FFF;
    font-size:19px;
    font-family:"Montserrat", sans-serif;
    font-weight:bold;
}
a.lower-box-link:hover {
    background:url("../images/more-arrow.png") right center no-repeat;
    transition: all 0.3s;
    padding:0 45px 0 0;
    text-shadow:0px 1px 2px rgba(0,0,0,0.2);
    color: var(--fa-primary-color)
}
a.lower-box-link {
    display:inline-block;
    margin:30px 0 0 30px;
    padding:0 40px 0 0;
    background:url("../images/more-arrow.png") right center no-repeat;
    transition: all 0.3s;
}
.lower-box-one {
  margin: 0px 5px;
    background:#8BC13D;
}
.lower-box-two {
    margin: 0px 5px;
    background:#8BC13D;
}
.lower-box-three {
  margin: 0px 5px;
    background:#8BC13D;
}
.lower-box {
    min-height:370px;
    position:relative;
}
.home-lower-row-wrap-2{
  max-width: 84rem;
}


.contact-form-row {
  padding:20px 0;
  background: #e8e8e8;
  color:#FFF;
  /* background: url('/site/showcustomizationfile.aspx?CustomizationId=129') center no-repeat; */
  background-attachment: fixed;
  background-size:cover;
}
.contact-form-title h2 {
  margin-bottom:10px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: var(--fa-green-color);
}
.contact-form-row input {
  border:0px;
  padding:22px 20px;
}
.contact-form-row input[type=submit] {
  font-family: 'Lato', sans-serif;
  padding:10px 40px;
  background:#FFF;
  /* color:#E32636; */
  margin-left:40px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  /* color: #E32636; */
  text-transform:uppercase;
  width:175px;
  position:relative;
  top:-15px;
  background:#8BC13D;
  color:#FFF;
}


ul#nav > li:hover > a, ul#nav > li.current > a {
    background: #85A030;
    color: #fff;
}
ul#nav > li > ul > li:hover > a, ul#nav > li > ul > li > ul > li:hover > a, ul#nav > li > ul > li > ul > li > ul > li:hover > a {
    background: #85A030;
    border-bottom: 2px solid #85A030;
    color: #FFF;
}

/* fixed header */
.header-wrap {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.8);
    z-index:100001;
    min-height:110px;
}
.banner {
	margin-top:110px;
}
.slide-text-container {
  margin-top:290px;
}
/* fixed header */


.logo {
  max-width:330px;
  position:relative;
  left:-10px;
  top:10px;
}

.ib-slide{
  height:700px;
}


h1.page-banner-title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inner-banner-wrap{
  position: relative;
}

.slide-one .video-wrap {
  overflow: hidden;
  height: 700px;
  width: 100%;
  margin: auto;
  text-align: center;
  background: #000;
  position: absolute;
  top: 0;
  z-index:1;
}

.slide-one .grid-container{
  position: relative;
  z-index: 2;
}

.sidenav li ul li a{
  padding-left: 20px;
}
ul#sidenav li ul li {
    margin-left: 20px;
}
a.button.more-button {
    background: #8BC13D;
}
.card-section p {
  font-size: 24px;
}
.page_251 .entry-content a {
  margin-left: 65px;
}
body.page-template.page_640 h1.page-banner-title {
    display: none;
}
.header-wrap.shrink {
    display: none;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #8bc13d;
    color: #f8f9ff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.5s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #f8f9ff;
    color: #8bc13d;
}
.announcement-content, .announcement-content-video {
    width: 100%;
    margin: auto;
    padding: 20px 0px;
    text-align: center;
    position: relative;
}
.announcement-content p{
    color: #444444;
    font-size: 21px;
    font-weight: bold;
}
.announcement-content a{
  display: inline-block;
  padding: 10px 80px;
  color: #FFF;
  border-radius: 5px;
  background: #8BC13D;
  font-weight: bold;
  box-shadow: 0px 2px 5px #2c3c17;
  text-shadow: 0px 1px 2px #587928;
}
.announcement-content a:hover {
    box-shadow: 0px 5px 15px #2c3c17;
    opacity: 0.9;
}
.announcement-content img{
  display: block;
  margin: 0 auto;
  width: 400px;
  margin-bottom: 20px;
}
.announcement-content-video img{
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.home-announcement-banner h2{
  padding: 30px;
}
img.play-button {
    position: absolute;
    top: 39%;
    left: 40%;
    width: 100px;
    transition: all 0.3s;
}
.announcement-content-video:hover .play-button {
    transition: all 0.3s;
    transform: scale(1.2);
}
.home-price {
    background: rgba(0,0,0,0.6);
    color: #FFF;
    padding: 10px;
}
.home-investor-banner {
    margin-top: -130px;
    z-index: 999;
    position: absolute;
    width: 100%;
}
.home-price-text span {
    color:#85A030;
}
.home-price-text {
    text-align: left;
    color:#CCC;
    margin-top: 20px;
    font-size: 40px;
    font-family: "Montserrat";
}
.sector-name {
    text-transform: uppercase;
    font-family: "Montserrat";
    letter-spacing: 3px;
    text-align: center;
    color:#bdbdbd;
}
.home-price-wrap {
    text-align: center;
    max-width: 207px;
    float: right;
}
.home-price-wrap {
    text-align: center;
    max-width: 100%;
    float: none;
}
.home-price-button a {
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 30px;
    background: #8BC13D;
    width: 230px;
    text-shadow: 0px 1px 2px #587928;
}

.home-price-button a:hover {
    box-shadow: 0px 5px 15px #2c3c17;
    opacity: 0.9;
}
.home-price .price-text .quoteapi-currency-symbol {
    color:#85A030;
}
.home-price .price-text {
    font-size: 40px;
    font-family: "Montserrat";
    line-height: 1;
    color: #85A030;
    letter-spacing: 2px;
    text-shadow: 0px 1px 2px #000;
    margin-top: 22px;
}
.home-price .market-cap {
    text-transform: uppercase;
    font-family: "Montserrat";
    letter-spacing: 3px;
    text-align: center;
    color:#bdbdbd;
}

.irmau-small-chart .quoteapi-chart {
    width: 100%;
    height: 100px;
    padding: 7px 13px 13px 32px;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}
.irmau-small-chart .quoteapi-chart-panel {
    height: 80px;
    background: transparent;
}
.irmau-small-chart .quoteapi-chart-panel-plot-area {
    padding: 0;
}
.irmau-small-chart .quoteapi-chart-xaxis-spacing {
    width: 24px;
}
.irmau-small-chart .quoteapi-chart-yaxis-spacing {
    height: 24px;
}
.irmau-small-chart .quoteapi-chart-xaxis-label {
    margin-top: -3px;
}
.irmau-small-chart .quoteapi-chart-panel-border {
    stroke: transparent;
}
.irmau-small-chart .quoteapi-chart-gridline {
    stroke: transparent;
}
.irmau-small-chart .quoteapi-chart-minor-gridline {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-tick {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-price {
    stroke: #bdd630;
    stroke-width: 1px;
}
.irmau-small-chart .quoteapi-chart-price-fill {
    fill: #bdd630;
    fill-opacity: 0.3;
}
.home-learn-more a {
    margin: 0px 10px;
}
/*------------------------------------- SHAREPRICE ---------------------------------*/

/* hide the dots */
.smallChart .highcharts-markers path {
  
  display:none!important;
}
/*make small chart static*/
.smallChart{
    pointer-events:none;
  }
  .home-price-small-chart rect.highcharts-background {
    fill: transparent;
}
.home-price-small-chart path.highcharts-grid-line {
    stroke: transparent;
}
.home-price-small-chart path.highcharts-axis-line {
    stroke: transparent;
}
.home-price-small-chart g.highcharts-axis-labels.highcharts-yaxis-labels text, .home-price-small-chart g.highcharts-axis-labels.highcharts-xaxis-labels text{
    color: rgba(255, 255, 255, 0.5) !important;
    fill: rgba(255, 255, 255, 0.5) !important;
}
.home-price-small-chart g.highcharts-axis.highcharts-xaxis path {
    display: none;
}
.home-price-small-chart .highcharts-areaspline-series path.highcharts-area {
    fill: #8BC13D;
    fill-opacity: 0.3;
  }
  .home-price-small-chart .highcharts-markers path {
    fill: #8BC13D;
  }
  .home-price-small-chart path.highcharts-graph {
    stroke: #8BC13D;
  }
  .home-price-small-chart .highcharts-area {
    fill: #8BC13D;
  }
  .home-price-small-chart .highcharts-axis-line {
    stroke: #8BC13D;
  }
  .home-price-small-chart .highcharts-grid-line {
    stroke: #8BC13D;
  }
  .home-price-small-chart .highcharts-tick {
    stroke: #8BC13D;
  }
  g.highcharts-scrollbar {
    display: none;
}
.proactivecharts-checkbox {
    display: none;
}
.proactivecharts-button {
    display: none;
}
rect.highcharts-plot-background {
    height: 300px !important;
}
g.highcharts-axis-labels.highcharts-xaxis-labels text {
    font-size: 10px !important;
}
g.highcharts-axis-labels.highcharts-yaxis-labels text {
    font-size: 10px !important;
}
rect.highcharts-plot-background {
    height: 20px !important;
}
/*------------------------------------- SHAREPRICE ---------------------------------*/